home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / e-is / SmartToDoSetup.exe / {app} / SmartToDo.exe / 0 / RCDATA / TYELLOWFORM / TYELLOWFORM.txt < prev   
Encoding:
Text File  |  2005-05-06  |  2.2 KB  |  111 lines

  1. object YellowForm: TYellowForm
  2.   Left = 627
  3.   Top = 421
  4.   BorderStyle = bsNone
  5.   Caption = 'YellowForm'
  6.   ClientHeight = 210
  7.   ClientWidth = 294
  8.   Color = 13434879
  9.   Constraints.MinHeight = 80
  10.   Constraints.MinWidth = 150
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   DesignSize = (
  18.     294
  19.     210)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Shape2: TShape
  23.     Left = 0
  24.     Top = 0
  25.     Width = 294
  26.     Height = 210
  27.     Align = alClient
  28.     Brush.Color = 13434879
  29.   end
  30.   object CloseBtn: TImage
  31.     Left = 277
  32.     Top = 2
  33.     Width = 15
  34.     Height = 15
  35.     Anchors = [akTop, akRight]
  36.     AutoSize = True
  37.     Picture.Data = {<image000.bmp>}
  38.     OnClick = CloseBtnClick
  39.   end
  40.   object DateLabel: TLabel
  41.     Left = 4
  42.     Top = 195
  43.     Width = 49
  44.     Height = 13
  45.     Anchors = [akLeft, akBottom]
  46.     Caption = 'DateLabel'
  47.   end
  48.   object Shape1: TShape
  49.     Left = 4
  50.     Top = 186
  51.     Width = 286
  52.     Height = 8
  53.     Anchors = [akLeft, akRight, akBottom]
  54.     Pen.Color = 6723993
  55.   end
  56.   object SizeCorner: TImage
  57.     Left = 281
  58.     Top = 197
  59.     Width = 12
  60.     Height = 12
  61.     Anchors = [akRight, akBottom]
  62.     AutoSize = True
  63.     Picture.Data = {<image001.bmp>}
  64.     OnMouseMove = SizeCornerMouseMove
  65.   end
  66.   object DaPanel1: TDaPanel
  67.     Left = 2
  68.     Top = 2
  69.     Width = 274
  70.     Height = 15
  71.     Anchors = [akLeft, akTop, akRight]
  72.     Color = 11308376
  73.     FillColor = clBlack
  74.     object TitleLabel: TLabel
  75.       Left = 0
  76.       Top = 0
  77.       Width = 58
  78.       Height = 13
  79.       Align = alClient
  80.       Caption = 'This is a title'
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWhite
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = []
  86.       ParentFont = False
  87.       Transparent = True
  88.       OnMouseDown = TitleShpMouseDown
  89.     end
  90.   end
  91.   object YellowMemo: TMemo
  92.     Left = 4
  93.     Top = 20
  94.     Width = 286
  95.     Height = 173
  96.     Anchors = [akLeft, akTop, akRight, akBottom]
  97.     BorderStyle = bsNone
  98.     Color = 13434879
  99.     Lines.Strings = (
  100.       'YellowMemo')
  101.     TabOrder = 1
  102.   end
  103.   object DaStickyForm: TDaStickyForm
  104.     Threshold = 5
  105.     AllowToLeaveScreen = False
  106.     CanResize = True
  107.     Left = 144
  108.     Top = 120
  109.   end
  110. end
  111.